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>
        
*** 76,89 ****
  $(OBJS_DIR)/igmp.o := SMOFF += shift_to_zero
  $(OBJS_DIR)/tnet.o := SMOFF += shift_to_zero
  SMOFF += signed,all_func_returns
  SMOFF += signed_integer_overflow_check
  
- # definitely wrong
- $(OBJS_DIR)/ip_input.o := SMOFF += or_vs_and
- $(OBJS_DIR)/ip6_input.o := SMOFF += or_vs_and
- 
  #
  # To get the BPF header files included by ipnet.h
  #
  INC_PATH        += -I$(UTSBASE)/common/io/bpf
  
--- 76,85 ----