Am Wed, May 29, 2024 at 10:38:29AM +0200 schrieb PICCA Frederic-Emmanuel:
> Here the upstream point of view about the CVE.
>
> https://github.com/epics-base/epics-base/issues/405
>
> check with the security team, if their analyse is ok ?
Given that epics parser has evolved quite a bit, I'd say j
Here the upstream point of view about the CVE.
https://github.com/epics-base/epics-base/issues/405
check with the security team, if their analyse is ok ?
Fred
Hi,
On 2024-05-28 18:35, PICCA Frederic-Emmanuel wrote:
Here the diff between the epics version (debian patch unapplyed) and the
current 2.1.0 version of yajl (debian patch unapplyed).
It seems EPICS authors have forked yajl and implemented JSON5 support
there. As a result, the code diverged
Hi,
On 2024-05-28 17:49, PICCA Frederic-Emmanuel wrote:
following a different path...,
I added this in the rules file
-export POSIX_CFLAGS+=$(CFLAGS)
+export POSIX_CFLAGS+=$(CFLAGS) $(shell pkgconf --cflags yajl)
export POSIX_CFLAGS+=$(CPPFLAGS)
export POSIX_CPPFLAGS+=$(CPPFLAGS)
-export POSIX
following a different path...,
I added this in the rules file
-export POSIX_CFLAGS+=$(CFLAGS)
+export POSIX_CFLAGS+=$(CFLAGS) $(shell pkgconf --cflags yajl)
export POSIX_CFLAGS+=$(CPPFLAGS)
export POSIX_CPPFLAGS+=$(CPPFLAGS)
-export POSIX_LDFLAGS+=$(LDFLAGS)
+export POSIX_LDFLAGS+=$(LDFLAGS) $(sh
5 matches
Mail list logo