GNOME Bugzilla – Bug 707297
gjs_parse_args() wrong check with format 'u'
Last modified: 2013-10-10 20:43:21 UTC
Only positive integers must pass the check but actually, strings can pass ( even with no digit in, with a result of 0 )
Created attachment 253874 [details] [review] gjs_parse_args() wrong check with format 'u' Only positive integers must pass the check but actualy,strings can pass ( even with no digit in, with a result of 0 )
Created attachment 255137 [details] [review] Only positive integers must pass the check but actually, strings can pass ( even with no digit in, with a result of 0 )
Created attachment 255141 [details] [review] Update .gitignore
Created attachment 255143 [details] [review] gjs_parse_args() wrong check with format 'u'
Review of attachment 255143 [details] [review]: Looks good.
Attachment 255143 [details] pushed as 4fba307 - gjs_parse_args() wrong check with format 'u'