File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -209,6 +209,11 @@ properties:
209
209
exact-len :
210
210
description : Exact length for a string or a binary attribute.
211
211
$ref : ' #/$defs/len-or-define'
212
+ unterminated-ok :
213
+ description : |
214
+ For string attributes, do not check whether attribute
215
+ contains the terminating null character.
216
+ type : boolean
212
217
sub-type : *attr-type
213
218
display-hint : &display-hint
214
219
description : |
Original file line number Diff line number Diff line change @@ -252,6 +252,11 @@ properties:
252
252
exact-len :
253
253
description : Exact length for a string or a binary attribute.
254
254
$ref : ' #/$defs/len-or-define'
255
+ unterminated-ok :
256
+ description : |
257
+ For string attributes, do not check whether attribute
258
+ contains the terminating null character.
259
+ type : boolean
255
260
sub-type : *attr-type
256
261
display-hint : *display-hint
257
262
# Start genetlink-c
Original file line number Diff line number Diff line change @@ -271,6 +271,11 @@ properties:
271
271
exact-len :
272
272
description : Exact length for a string or a binary attribute.
273
273
$ref : ' #/$defs/len-or-define'
274
+ unterminated-ok :
275
+ description : |
276
+ For string attributes, do not check whether attribute
277
+ contains the terminating null character.
278
+ type : boolean
274
279
sub-type : *attr-type
275
280
display-hint : *display-hint
276
281
# Start genetlink-c
You can’t perform that action at this time.
0 commit comments