This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"use strict"; | |
const fs = require('fs'); | |
const url = require('url'); | |
const spdy = require('spdy'); | |
const dgram = require('dgram'); | |
const express = require('express'); | |
const getRawBody = require('raw-body'); | |
const base64url = require('base64url'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GNU gdb (GDB) Fedora 7.8.2-38.fc21 | |
Copyright (C) 2014 Free Software Foundation, Inc. | |
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> | |
This is free software: you are free to change and redistribute it. | |
There is NO WARRANTY, to the extent permitted by law. Type "show copying" | |
and "show warranty" for details. | |
This GDB was configured as "x86_64-redhat-linux-gnu". | |
Type "show configuration" for configuration details. | |
For bug reporting instructions, please see: | |
<http://www.gnu.org/software/gdb/bugs/>. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(gdb) bt full | |
#0 _int_malloc (av=0x7f146d4a0760 <main_arena>, bytes=328) at malloc.c:3421 | |
iters = <optimized out> | |
nb = 336 | |
idx = <optimized out> | |
bin = <optimized out> | |
victim = 0x7f14614a0000 | |
size = <optimized out> | |
victim_index = <optimized out> | |
remainder = <optimized out> |