Frama-C-discuss mailing list archives

This page gathers the archives of the old Frama-C-discuss archives, that was hosted by Inria's gforge before its demise at the end of 2020. To search for mails newer than September 2020, please visit the page of the new mailing list on Renater.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Frama-c-discuss] accessing uninitialized left-value


  • Subject: [Frama-c-discuss] accessing uninitialized left-value
  • From: wlxie2000 at 163.com (谢文龙)
  • Date: Sun, 12 Aug 2018 15:37:12 +0800 (CST)

Hi
I started to analysis the libmodbus from the open-source-case-study from git. There is a accessing uninitialized left-value warning for line 574 of src/modbus-tcp.c
ai_hints.ai_flags |= AI_PASSIVE;


And I define it as:
#define AI_PASSIVE 0x0001
or add -slevel 500


It still had the alarm!
How could I resolve it? Thanks
Sincerely
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gforge.inria.fr/pipermail/frama-c-discuss/attachments/20180812/35ca6eaf/attachment.html>