Skip to content
  • zxuiji's avatar
    Fixed the apparent root issue · d17c3419
    zxuiji authored
    Apparently I was initiating the node buffers in a way that was
    incompatible with how the buffers were used, switching to initBuffer
    seemed to fix the problem, also changed the Vsize member to be constant
    to find any instances of it being modified when it shouldn't be (before
    the fix it somehow changed between being set to sizeof(void*) and being
    used again), also had to add unsetenv calls for each define added to
    the environment variables so I had to add a node buffer specifically
    for catching them, somehow causing a leak with the copies of their
    names instead, go figure
    d17c3419