Giter Site home page Giter Site logo

webserv's Introduction

Hi there, I'm Abdelbari Rraji - aka Estarossa ๐Ÿ‘‹

Resume

https://read.cv/estarossa

Contact

[email protected]

For work related :
[email protected]

I'm a self-taught Full-stack developer and 1337 alumni

  • ๐Ÿ‘จโ€๐Ÿ’ป I'm currently working on Estarossa.me (WIP)
  • โœ… I only write type-safe code and love using modern typescript frameworks
  • ๐Ÿ” Interested in web3 and dapps that are built on top Ethereum blockchain
  • ๐Ÿฅ… 2023 goal: learn web3 and contribute to web3 Open Source projects

Connect with me:

Join me on Twitter where I tweet about projects I'm working on, tools I am using, or other platforms where I post about my personal life.

twitter

linkedin

linkedin

Languages and Tools:

Apollo Server




Recent public activities

Recent commit ๐Ÿš€

Recent 5 activities ๐Ÿ”ญ
  1. ๐Ÿ—ฃ Commented on #19548 in MetaMask/metamask-extension
  2. ๐Ÿ’ช Opened PR #2794 in wagmi-dev/wagmi
  3. ๐Ÿ—ฃ Commented on #2783 in wagmi-dev/wagmi
  4. โ— Opened issue #2783 in wagmi-dev/wagmi
  5. ๐ŸŽ‰ Merged PR #2 in estarossa0/1337-reports

webserv's People

Contributors

estarossa0 avatar ombhd avatar zlayine avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

zlayine ombhd

webserv's Issues

FLAGS

it'll be better to fix flags now before we start testing so we won't do lot of code changing after finishing tests and fail something

sig abort with siege

pursuing an erase on index i removes a connection from the server,

web[i].getServer()->erase(i);

calling a getRequest or anything on that index after that will give back the wrong value cause list been updated upon the erase function call.
web[i].getRequest().clear();

web[i].getResponse().clear();

a successive clear() calls on random index after erasing the intended one corrupted the program memory and made accessing those variable after of trying to destroy them ABORT the program in random places/lines.

although there was another bug that made this bad call hidden in the line

if (index > this->_conSize || index < 0)

trying to get in an index as same as _conSize bypass the condition and give back in return an empty new made class (calling erase or any other function on it will give just random values since it's created from a outOfRange address but won't make the program crash cause it's still "access safe").

error

if (opendir((getPulicDirectory() + s).c_str()) == NULL) {

give a not found error on file cause file is not a directory
I added a perror() and this was the output

image

request: curl localhost/public/cgi/home.php

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.