• Show log

    Commit

  • Hash : 12750768
    Author : Evan Nemerson
    Date : 2016-11-02T06:03:06

    bro: check return values of chown and chmod (#465)
    
    Apparently some libc versions declare chown with the warn_unused_result
    attribute, which is enabled by default.