Print this page
8903 IPPF paths have bad logic
Reviewed by: Dan McDonald <danmcd@joyent.com>
Reviewed by: John Levon <levon@movementarian.org>
Reviewed by: Gergő Doma <domag02@gmail.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/ip/Makefile
          +++ new/usr/src/uts/intel/ip/Makefile
↓ open down ↓ 70 lines elided ↑ open up ↑
  71   71  
  72   72  # false positives
  73   73  SMOFF += index_overflow
  74   74  
  75   75  # need work still
  76   76  $(OBJS_DIR)/igmp.o := SMOFF += shift_to_zero
  77   77  $(OBJS_DIR)/tnet.o := SMOFF += shift_to_zero
  78   78  SMOFF += signed,all_func_returns
  79   79  SMOFF += signed_integer_overflow_check
  80   80  
  81      -# definitely wrong
  82      -$(OBJS_DIR)/ip_input.o := SMOFF += or_vs_and
  83      -$(OBJS_DIR)/ip6_input.o := SMOFF += or_vs_and
  84      -
  85   81  #
  86   82  # To get the BPF header files included by ipnet.h
  87   83  #
  88   84  INC_PATH        += -I$(UTSBASE)/common/io/bpf
  89   85  
  90   86  #
  91   87  # Depends on md5 and swrand (for SCTP). SCTP needs to depend on
  92   88  # swrand as it needs random numbers early on during boot before
  93   89  # kCF subsystem can load swrand.
  94   90  #
↓ open down ↓ 65 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX