Skip to content

rileyB-web-server#308

Open
Riley-Brown wants to merge 7 commits into
bloominstituteoftechnology:masterfrom
Riley-Brown:master
Open

rileyB-web-server#308
Riley-Brown wants to merge 7 commits into
bloominstituteoftechnology:masterfrom
Riley-Brown:master

Conversation

@Riley-Brown

Copy link
Copy Markdown

Comment thread src/cache.c Outdated
// IMPLEMENT ME! //
///////////////////
struct cache_entry *new_entry = malloc(sizeof(struct cache_entry));
new_entry->path = path;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you will run into some seg faults if you don't strcpy/memcpy some of these variables.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants