Carl Eric Codere

Results 12 issues of Carl Eric Codere

When the ESET trap is ignored through SIM and the SET instruction is executed with a bitnumber out of range, then the EM interpreter might read in memory outside of...

When building a manually crafted em assembly file that does not have "lin" statements em_encode removes all whitespace in the converted file. Therefore if any error occurs thereafter, such as...

There is a limitation on the maximum line length that em_ass accepts, and it might fail linking when the line length is exceeded. This is more related on MES 12...

The `archive()` procedure in comm4.c directly reads the `ar_hdr` structure using `fread()`, discarding possible platform specific alignment of the fields of the structure. This issue will only occur when `ASLD`...

The last modification date stored of an entry in the archive file in `ar_date` of `ar_hdr` is stored as a long value directly from the return result of the `stat`...

The interpreter "int" monitor call module simply calls directly the underlying POSIX API of the host that the interpreter is running on. This of course could lead to subtle errors,...

### Description In the current implementation of ACK, the names of the runtime libraries built and used by the ACK compilers is longer than 8.3 characters, and it is therefore...

When building the ANSI C compiler with the NOBITFIELD define, the compiler will choke indicating that add_field() is missing, as it seems to be used for constructing unions in add_sel()...

I have created some code signatures for CLDC and CDC foundation profile with XML (JSR 280), and i was wondering, i see some signatures are available on the maven central...

When trying to build using CMake 3.9.6 it will fail because it does not recognize the HOMEPAGE_URL in the project() command in CMakeLists.txt. Recommendation is to either update cmake_minimum_required to...