Displaying 2 results from an estimated 2 matches for "yyvaluep".
Did you mean:
myvalue
2012 Sep 11
4
[PATCH] libxl: Tolerate xl config files missing trailing newline
...13, 14, 0, 1, 3, 6, 8, 15, 16,
+ 17, 6, 7, 17, 4, 5, 9, 18, 19, 22,
+ 6, 19, 20, 21, 22, 10, 11, 22, 19, 22
};
#define yyerrok (yyerrstatus = 0)
@@ -1077,7 +1083,7 @@ yydestruct (yymsg, yytype, yyvaluep, yylocationp, ctx)
{ free((yyvaluep->string)); };
/* Line 1000 of yacc.c */
-#line 1081 "libxlu_cfg_y.c"
+#line 1087 "libxlu_cfg_y.c"
break;
case 4: /* "STRING" */
@@ -1086,7 +1092,7 @@ yydestruct (yymsg, yytype, yyvaluep, yylocationp, ctx)
{ free...
2012 Aug 14
12
[TESTDAY] xl cpupool-create segfaults if given invalid configuration
# xl cpupool-create ''name="pool2" sched="credit2"''
command line:2: config parsing error near `sched'': syntax error,
unexpected IDENT, expecting NEWLINE or '';''
Failed to parse config file: Invalid argument
*** glibc detected *** xl: free(): invalid pointer: 0x0000000001a79a10 ***
Segmentation fault (core dumped)
Looking at the code