GNOME Bugzilla – Bug 759565
Fix regression in cr_tknzr_consume_chars()
Last modified: 2015-12-17 12:40:53 UTC
See patch. This fixes an infinite loop when parsing an @import statement.
Created attachment 317536 [details] [review] Fix regression in cr_tknzr_consume_chars() Commit bc9b2c339e introduced an intermediate variable to account for the difference in signedness between cr_tknzr_consume_chars() and cr_input_consume_chars(), but missed that the variable in question is an in-out variable that requires proper initialization.
Review of attachment 317536 [details] [review]: Looks good.
Attachment 317536 [details] pushed as f4f9e6d - Fix regression in cr_tknzr_consume_chars()