Menu

#178 iconc: YYMAXDEPTH is 500 vs 5000 in icont ->ivib fail. patch

None
closed
iconc (42)
5
2014-01-04
2012-12-30
No

unicon -C ivib linkfiles # fails - YYMAXDEPTH exceeded.
see icont/tparse.c:#define YYMAXDEPTH 5000
iconc/tparse.c:
-#define YYMAXDEPTH 500
+#define YYMAXDEPTH 5000

note: duplicate field name bug affects unicon -C ivib
other iconc bugs may also be hit.

Discussion

  • Clinton Jeffery

    Clinton Jeffery - 2013-05-23

    Have increased cparse.c YYMAXDEPTH. I presume the note: refers to something reported on another ticket?

     
  • Charles Evans

    Charles Evans - 2014-01-04

    duplicate field bug is [#137]

     

    Related

    Bugs: #137

  • Charles Evans

    Charles Evans - 2014-01-04

    Thanks for the fix!
    I see no way for me to close this bug;
    Please close it for me and delete this note.

     
  • Clinton Jeffery

    Clinton Jeffery - 2014-01-04
    • status: open --> closed
    • assigned_to: Charles Evans
    • Group: -->
     

Log in to post a comment.