Commit c990e46
committed
hl: address bmribler review comments on PR HDFGroup#6371
- Replace "NUL termination" with "null termination" in comments
(H5DS.c lines 2291, 2501; H5IM.c line 1029) to match codebase
convention (H5T_STR_NULLTERM)
- Add clarifying comment in H5TBget_field_info else-branch explaining
that name_len+1 <= HLTB_MAX_FIELD_LEN and that callers must provide
buffers of at least HLTB_MAX_FIELD_LEN bytes (documented in H5TBpublic.h)1 parent 3367470 commit c990e46
3 files changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2288 | 2288 | | |
2289 | 2289 | | |
2290 | 2290 | | |
2291 | | - | |
| 2291 | + | |
2292 | 2292 | | |
2293 | 2293 | | |
2294 | 2294 | | |
| |||
2498 | 2498 | | |
2499 | 2499 | | |
2500 | 2500 | | |
2501 | | - | |
| 2501 | + | |
2502 | 2502 | | |
2503 | 2503 | | |
2504 | 2504 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1026 | 1026 | | |
1027 | 1027 | | |
1028 | 1028 | | |
1029 | | - | |
| 1029 | + | |
1030 | 1030 | | |
1031 | 1031 | | |
1032 | 1032 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3038 | 3038 | | |
3039 | 3039 | | |
3040 | 3040 | | |
| 3041 | + | |
| 3042 | + | |
| 3043 | + | |
3041 | 3044 | | |
3042 | 3045 | | |
3043 | 3046 | | |
| |||
0 commit comments