K 10 svn:author V 6 brooks K 8 svn:date V 27 2018-08-14T16:25:09.642806Z K 7 svn:log V 358 MFC r337508: Terminate filter_create_ext() args with NULL, not 0. filter_create_ext() is documented to take a NULL terminated set of arguments. 0 is promoted to an int so this would fail on 64-bit systems if the value was not passed in a register. On all currently supported 64-bit architectures it is. Obtained from: CheriBSD Sponsored by: DARPA, AFRL END