search for: parse_target

Displaying 4 results from an estimated 4 matches for "parse_target".

2013 Apr 24
7
[PATCH] hotplug/Linux: add iscsi block hotplug script
...y" ] && ! type multipath > /dev/null 2>&1; then + echo "Unable to find multipath" + return 1 + fi +} + +# Sets the following global variables based on the params field passed in as +# a parameter: iqn, portal, auth_method, user, multipath, password +parse_target() +{ + # set multipath default value + multipath="n" + for param in $(echo "$1" | tr "," "\n") + do + case $param in + iqn=*) + iqn=$(remove_label $param "iqn=") + ;; + portal=*) + po...
2015 Sep 03
2
Fuzzing complex programs
On Thu, Sep 3, 2015 at 6:45 PM, Kostya Serebryany <kcc at google.com> wrote: > Did you build the Postgres code with -fsanitize-coverage=... ? Yes: CC = clang CFLAGS = -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O0 -fsanitize=address
2015 Dec 18
0
[ANNOUNCE] iptables 1.6.0 release
...mpatibility layer for nftables xtables: nft-arp: implements is_same op for ARP family xtables: arp: add rule replacement support xtables: arp: add delete operation xtables: arp: zeroing chain counters nft: arp: initialize flags in nft_arp_parse_meta nft: arp: add parse_target to nft_family_ops_arp nft: arp: fix possible string overflow nft: adds save_matches_and_target nft-arp: adds nft_arp_save_firewall xtables-events: prints arp rules nft-arp: fix is_same_interfaces arguments nft-arp: wrong condition in parse_payload nft: repl...
2015 Sep 03
2
Fuzzing complex programs
...s.o > parser/kwlookup.o parser/parser.o parser/parse_agg.o > parser/parse_clause.o parser/parse_coerce.o parser/parse_collate.o > parser/parse_cte.o parser/parse_expr.o parser/parse_func.o > parser/parse_node.o parser/parse_oper.o parser/parse_param.o > parser/parse_relation.o parser/parse_target.o parser/parse_type.o > parser/parse_utilcmd.o parser/scansup.o commands/aggregatecmds.o > commands/alter.o commands/analyze.o commands/async.o > commands/cluster.o commands/comment.o commands/collationcmds.o > commands/constraint.o commands/conversioncmds.o commands/copy.o > command...