search for: parser_state

Displaying 2 results from an estimated 2 matches for "parser_state".

2008 Jun 10
3
Backgroundrb fixes for transfering large amounts of data
...ata). The issue is that, at the marked line of code the pack_data array will be at most @numeric_length entries because of the format string passed to the unpack call. This results in the code dropping a chunk of data and then hitting the exception in a subsequent Marshal.load call. elsif @parser_state == 1 pack_data,remaining = new_data.unpack("a#{@numeric_length}a*") if pack_data.length < @numeric_length @data << pack_data @numeric_length = @numeric_length - pack_data.length elsif pack_data.length == @numeric_length <========...
2020 Apr 01
0
[ANNOUNCE] nftables 0.9.4 release
...ath into help format-string. main: use one data-structure to initialize getopt_long(3) arguments and help. Laurent Fasnacht (7): scanner: move the file descriptor to be in the input_descriptor structure scanner: move indesc list append in scanner_push_indesc scanner: remove parser_state->indescs static array Inclusion depth was computed incorrectly for glob includes. scanner: fix indesc_list stack to be in the correct order scanner: remove parser_state->indesc_idx tests: shell: add test for glob includes Luis Ressel (1): netlink: Show the handl...